home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / ARexx Tutorial / TuteRexx / FTPConnect.dopus5 < prev    next >
Text File  |  1998-09-17  |  347b  |  13 lines

  1. /* FTPConnect.dopus5 */
  2. options results
  3. address 'DOPUS.1'
  4. 'command wait ftpconnect host wuarchive.wustl.edu dir /pub/aminet/biz/dopus noscan recon'
  5. handle = result
  6. text = 'We should now be connected to Aminet'
  7. dopus request '"'text'" OK'
  8. lister set handle source
  9. 'command original wait copy INDEX TO RAM:'
  10. lister close handle
  11. command ftpquit
  12. exit
  13.